Feed

ARIA

<section role="feed" aria-busy="false"> <article aria-posinset="427" aria-setsize="-1">…</article> <article aria-posinset="428" aria-setsize="-1">…</article> <article aria-posinset="429" aria-setsize="-1">…</article> </section>

Microformat

hAtom, h-feed & h-entry

<section class="hfeed h-feed"> <article class="hentry h-entry"> <header class="entry-title p-name">Microformats are amazing</header> <p>Published by <span class="author p-author vcard h-card"><span class="fn p-name">Dex White</span></span></p> <p>Published on <time class="published dt-published" datetime="2013-06-13 12:00:00">13<sup>th</sup> June 2013</time></p> <p class="entry-summary p-summary">In which I extoll the virtues of using microformats.</p> <section class="entry-content e-content"> <p>Blah blah blah</p> </section> </article> </section>

Microdata

<section itemscope="itemscope" itemtype="https://schema.org/ItemList"> <article itemprop="itemListElement">…</article> <article itemprop="itemListElement">…</article> <article itemprop="itemListElement" itemscope="itemscope" itemtype="https://schema.org/Article"> <header itemprop="name">Microdata is great!</header> <p>Published by <span itemprop="author">Dex White</span></p> <p>Published on <time itemprop="datePublished" datetime="2013-06-13 12:00:00">13<sup>th</sup> June 2013</time></p> <section itemprop="articleBody"> <p>Blah blah blah</p> </section> </article> </section>

To Do